how to get image object from array in python

28

>>> im = PIL.Image.fromarray(numpy.uint8(I))
#where I is your array form of the image

Comments

Submit
0 Comments